garbage heap

英 [ˈɡɑːbɪdʒ hiːp] 美 [ˈɡɑːrbɪdʒ hiːp]

网络  垃圾堆



双语例句

  1. The time spent in GC pauses for the mark and sweep phases of a garbage collection are based on the number of live objects on the heap.
    用于垃圾收集的标记和清扫阶段的GC暂停时间基于堆上的活动对象的数量。
  2. Because real-time garbage collectors control the length of GC pauses, increasing the heap size lowers the GC frequency without making individual pause times longer.
    由于实时垃圾收集器控制着GC暂停时间的长度,所以增加堆大小会降低GC频率,不会延长各次暂停时间。
  3. Set the Java heap size of the Application Server to manage memory efficiently: A small heap can cause frequent garbage collection, but a large heap can result in longer pause times.
    通过设置ApplicationServer的Java堆大小高效地管理内存:小的堆会导致频繁的垃圾收集,但是大的堆会导致停顿时间过长。
  4. A full garbage collection involves the JVM examining all objects on the heap, including those that have survived many generations, that would not be analyzed on partial garbage collections.
    完整的垃圾收集涉及JVM对堆上所有的对象进行检验,包括经历了许多代、在部分垃圾收集上不会被分析的对象。
  5. Many garbage collection algorithms require dividing the heap into separate memory spaces, some of which may be inaccessible to the user program at certain times.
    许多垃圾收集算法需要将堆分割成独立的内存空间,其中一些空间在某些时刻对用户程序是不可访问的。
  6. The simplest form of garbage collection tuning is simply expanding the maximum heap size (-Xmx).
    最简单的垃圾收集微调就是扩大最大堆的大小(-Xmx)。
  7. The garbage collector will try to size the heap appropriately, but it will avoid using more than half the physical memory available on the machine.
    垃圾收集器将尝试适当调整堆的大小,但将避免使用同一机器上多半的可用物理内存。
  8. These areas allow tasks to use memory without being required to block if the garbage collector needs to free memory in the heap.
    如果垃圾收集器需要释放堆中的内存,则这些内存区域将允许任务使用内存而不需要中断任务。
  9. If the heap is close to the memory usage of the application, the garbage collector has to collect the heap too often, and performance suffers.
    如果堆和应用程序的内存使用量很接近,那么垃圾收集器必须非常频繁地收集堆,这会导致性能损失。
  10. These garbage collection statistics often enable the detection of various memory issues, including memory leaks, large object issues, frequency of garbage collection, and heap fragmentation.
    利用这些垃圾回收统计数据,通常可以检测各种内存问题,包括内存泄露、大对象问题、垃圾回收频率和堆碎片。
  11. Garbage collects occur automatically when the Java heap has been exhausted to the point that an allocation request can't be satisfied.
    当Java堆耗尽后仍然不能满足分配请求时,将自动进行垃圾收集。
  12. A generational garbage collector divides the heap into multiple generations; most JVMs use two generations, a "young" and an "old" generation.
    分代垃圾收集器把堆分成多代;多数JVM使用两代,“年轻代”和“年老代”。
  13. As application utilization is increased, the garbage collector receives less time to complete its work, so a larger heap is required to make sure that the GC cycle can be completed incrementally.
    随着应用程序利用率的增加,垃圾收集器完成其工作的时间会更短,因此需要更大的堆来确保GC周期可以增量式地完成。
  14. In a very similar case, jobs that complete very quickly or allocate very few objects might be able to run without requiring a garbage collection with an appropriate sized heap.
    另一种类似情况是,如果作业很快完成或只分配很少的对象,那么只要堆大小适当,作业运行就不需要垃圾收集。
  15. This can improve application performance by avoiding the garbage collector unnecessarily shrinking the heap.
    这可以避免垃圾收集器对堆进行不必要的收缩,从而改善应用程序性能。
  16. This means that over time, the tenure area will fill up with long-lived objects and a garbage collection of the entire heap will be required.
    这意味着随着时间的推移,保留区区域中将塞满了长期存活的对象,最终导致需要对整个堆进行一次垃圾收集。
  17. It smells like a garbage heap in here. What's happening?
    这儿的味儿像垃圾堆,这是怎么回事?
  18. Later on when the garbage collector is doing its work, it tries to go through the heap and things go bad so the process crashes.
    然后垃圾回收器工作,试图穿过该托管堆,此时进程就会崩溃了。
  19. The boy booted the banana skin to the garbage heap.
    男孩把香蕉皮踢到垃圾堆旁。
  20. Garbage collector tamps ( or compacts) the managed heap.
    垃圾收集器夯实(压缩)托管堆。
  21. Automatic garbage collection is performed on this heap.
    自动垃圾回收即是在该堆上执行的。
  22. That garbage heap is an eyesore in such a beautiful scenic spot.
    在风景如此优美的地方有堆垃圾,真是有碍观瞻。
  23. The garbage collector uses a background thread to monitor the heap space where objects are stored.
    垃圾回收器使用一个后台线程监控堆空间的变化,“堆”是存储所有Java对象的场所。
  24. The next activity to consider is Garbage Collection or what is more formally known as Heap Management.
    下一个需要考虑的是垃圾收集,或者更广为人知的名字&堆管理。
  25. During the garbage collection process the garbage collector often moves objects to different locations in the heap.
    在垃圾收集过程中,垃圾收集器经常吧对象移动到堆中的另外一个位置。
  26. Beauty walked out from a garbage heap; maybe progress will emerge from the silence.
    看着凤凰能从鸡窝里飞出,也许进步将会在沉默中爆发。
  27. For the performance study, we configured the appropriate garbage collection algorithm, page size and heap size on each OS and hardware configuration tested.
    关于那份性能评价,我们在两个操作系统以及硬件平台上都仔细地调整了垃圾收集算法、页和堆的大小。
  28. Dynamic memory management of SACOS and implementations of allocation and garbage collection of heap which is the foundation of dynamic memory management are reported in detail.
    描述了SACOS的动态内存管理,并给出了实现SACOS动态内存管理的基础-堆的分配与回收的详细过程。
  29. A bacterial strain HS-G_8 was isolated from the garbage heap in Japan, gram-positive, non-endospore, non-motile, azotobacter.
    从日本冲绳县土壤采样经垃圾处理场堆肥化处理,分离到一株有固氮能力的菌株HS-G8,该菌为革兰氏阳性菌,不产芽孢,无运动性。
  30. The codes that do not generate garbage will not request for garbage collection; The codes that do not have reference to heap memory can seize the garbage collection thread.
    不产生垃圾的代码不会导致请求式的垃圾收集;不引用堆中对象的代码可以抢占垃圾收集器的线程。

英英释义

noun

  1. an accumulation of refuse and discarded matter

      Synonym:    junk heaprubbish heapscrapheaptrash heapjunk piletrash pilerefuse heap